|
VLab Common 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.vlab.util.gui.util.ObservableHelper
public class ObservableHelper
ObservableHelper class - set of utility methods to work with
Observable objects.
| Constructor Summary | |
|---|---|
ObservableHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
getSourceObject(java.util.Observable o)
Check if the given observable object is a type of ModelObservable
. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObservableHelper()
| Method Detail |
|---|
public static java.lang.Object getSourceObject(java.util.Observable o)
ModelObservable
. If so it takes a source object from that model. Otherwise the same
observable instance is returned.
o - instance of observable object
ModelObservable, the given observable otherwise
|
VLab Common 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||